home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / PPCcforth / PPCcforth.readme < prev    next >
Encoding:
Text File  |  1998-06-24  |  626 b   |  21 lines

  1. A highly portable forth implementation.  Lots of goodies.
  2.  
  3. Ever wanted to run a FORTH interpreter on your powerUP (TM)
  4. board ? Now you can do it... 8-)
  5.  
  6. I just did this port (original source and 68k version:
  7. dev/lang/cforth.lha) for test purposes (and fun), but maybe someone
  8. can make some more use out of this (there's some relation between
  9. Forth and PCI, as you may know...)
  10.  
  11. Note, that the C code still does look quite ugly and isn't
  12. really ANSI compliant (see the many "IGNORE" statements
  13. in SCOPTIONS) but it compiled well nevertheless and seems
  14. to do what it should do.
  15.  
  16. Enjoy playing around with it.
  17.  
  18. --
  19. ARK, 8/Feb/98
  20.  
  21.